Move the get_cursor_color in GtkStyleContext
authorPaolo Borelli <pborelli@gnome.org>
Sat, 29 Jan 2011 11:47:09 +0000 (12:47 +0100)
committerPaolo Borelli <pborelli@gnome.org>
Sat, 29 Jan 2011 12:13:42 +0000 (13:13 +0100)
commit001697a22a6e094ca37f4f6c230161b08dff5c20
treef53e6b1f69c69c858dd5601b4234660bf54ecb91
parent9e203417752584b923cf5baec8940836ff2c0bcb
Move the get_cursor_color in GtkStyleContext

Move the private get_cursor_color method belongs to StyleContext. Change
the api so that retrieving both primary and secondary color is possible.
I left the method private for now, though it should probably be public
as all the other getters.
gtk/gtkentry.c
gtk/gtkstyle.c
gtk/gtkstylecontext.c
gtk/gtkstylecontextprivate.h
gtk/gtktextdisplay.c
gtk/gtkwidgetprivate.h